home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch02s08s04.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  3.1 KB  |  71 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>8.4.┬áWriting Plugins</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch02s08.html" title="8.┬áPlugins" />
  12.     <link rel="prev" href="ch02s08s03.html" title="8.3.┬áInstalling New Plugins" />
  13.     <link rel="next" href="ch02s09.html" title="9.┬áUsing Script-Fu Scripts" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">8.┬áPlugins</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch02s08s03.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">8.4.┬áWriting Plugins</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch02s09.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="id3428448"></a>8.4.┬áWriting Plugins</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <p>
  38.       If you want to learn how to write a plugin, you can find plenty
  39.       of help at the Gimp Developers web site, <a href="http://developer.gimp.org/plug-ins.html" target="_top">
  40.       developer.gimp.org</a>.  Gimp is a complex program, but the
  41.       development team has made strenuous efforts to flatten the
  42.       learning curve for plugin writing:  there are good instructions
  43.       and examples, and the main library that plugins use to interface
  44.       with Gimp (called "libgimp") has a well-documented API.  Good
  45.       programmers, learning by modifying existing plugins, are often
  46.       able to accomplish interesting things after just a couple of
  47.       days of work.
  48.     </p>
  49.     </div>
  50.     <div class="navfooter">
  51.       <hr />
  52.       <table width="100%" summary="Navigation footer">
  53.         <tr>
  54.           <td width="40%" align="left"><a accesskey="p" href="ch02s08s03.html">Prev</a>┬á</td>
  55.           <td width="20%" align="center">
  56.             <a accesskey="u" href="ch02s08.html">Up</a>
  57.           </td>
  58.           <td width="40%" align="right">┬á<a accesskey="n" href="ch02s09.html">Next</a></td>
  59.         </tr>
  60.         <tr>
  61.           <td width="40%" align="left" valign="top">8.3.┬áInstalling New Plugins┬á</td>
  62.           <td width="20%" align="center">
  63.             <a accesskey="h" href="index.html">Home</a>
  64.           </td>
  65.           <td width="40%" align="right" valign="top">┬á9.┬áUsing Script-Fu Scripts</td>
  66.         </tr>
  67.       </table>
  68.     </div>
  69.   </body>
  70. </html>
  71.